Schema bimoCommon.v1
Schema bimoCommon.v1 : Typ prosty string
Typ prosty string
Opis
Typ prosty umożliwiający zapisanie tesktu dowolnej długości.
Przestrzeń nazw http://api.big.pl/bimo/v1
Typ
Restriction of xs:token
Diagram
Typ prosty string
Przegląd
string Restriction of xs:token
Typ prosty umożliwiający zapisanie tesktu dowolnej długości.
Dozwolone wartości
MinLength1
Źródło
<xs:simpleType name="string" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Typ prosty umożliwiający zapisanie tesktu dowolnej długości.</div>
    </xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:minLength value="1" />
  </xs:restriction>
</xs:simpleType>
Zobacz także